projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6b52c4
)
GDK W32: Add missing commas
author
Руслан Ижбулатов
<lrn1986@gmail.com>
Fri, 14 Aug 2015 12:12:01 +0000
(12:12 +0000)
committer
Руслан Ижбулатов
<lrn1986@gmail.com>
Fri, 14 Aug 2015 12:12:01 +0000
(12:12 +0000)
gdk/win32/gdkcursor-win32.c
patch
|
blob
|
history
diff --git
a/gdk/win32/gdkcursor-win32.c
b/gdk/win32/gdkcursor-win32.c
index 288f87c5ef39661c378f755c2bd76b194472ba7a..27b79f7e6e5b95edcfae78fc728834eb6ee53d30 100644
(file)
--- a/
gdk/win32/gdkcursor-win32.c
+++ b/
gdk/win32/gdkcursor-win32.c
@@
-71,8
+71,8
@@
static DefaultCursor default_cursors[] = {
{ "nesw-resize", IDC_SIZENESW },
{ "ne-resize", IDC_SIZENESW },
{ "sw-resize", IDC_SIZENESW },
- { "nwse-resize", IDC_SIZENWSE }
- { "nw-resize", IDC_SIZENWSE }
+ { "nwse-resize", IDC_SIZENWSE }
,
+ { "nw-resize", IDC_SIZENWSE }
,
{ "se-resize", IDC_SIZENWSE }
};